[multiple issues] Customizing Xcode [fonts, code sense, and more]
        Posted  
        
            by wwrob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wwrob
        
        
        
        Published on 2010-04-12T21:27:35Z
        Indexed on 
            2010/05/24
            20:01 UTC
        
        
        Read the original article
        Hit count: 204
        
xcode
- How can I make code completion case-sensitive?
- How can I make Ctrl-k kill the content of the line and the new line character?
- How can I make backspace always delete only one character, no matter what it is? Right now, it deletes spaces in chunks equal to my indent level.
- How to change the indentation style in file templates? I like to have the opening brace on its own line.
- How can I make the font aliased?
EDIT: Issues 4 and 5 are solved. 1 through 3 are still open.
© Stack Overflow or respective owner